RabbitControlServer

class RabbitControlServer(showQRUntilClientConnects: Boolean = true, rcpPort: Int = 10000, staticFilesPort: Int = 8080, rabbithole: String = "") : Extension(source)

Constructors

Link copied to clipboard
constructor(showQRUntilClientConnects: Boolean = true, rcpPort: Int = 10000, staticFilesPort: Int = 8080, rabbithole: String = "")

Properties

Link copied to clipboard
open override var enabled: Boolean
Link copied to clipboard

Used to manually show and hide the QR code and override the default behaviour of (only) showing the code when no clients are connected

Functions

Link copied to clipboard
fun add(objectWithParameters: Any)
Link copied to clipboard
open override fun afterDraw(drawer: Drawer, program: Program)
Link copied to clipboard
open fun beforeDraw(drawer: Drawer, program: Program)
Link copied to clipboard
open override fun setup(program: Program)
Link copied to clipboard
open override fun shutdown(program: Program)